home *** CD-ROM | disk | FTP | other *** search
/ Network Support Library / RoseWare - Network Support Library.iso / email / sysgra.dat < prev    next >
Text File  |  1993-10-14  |  2KB  |  42 lines

  1. REF: SYSGRAF
  2.              Activating Visual Notification in Graphics Mode
  3.  
  4. Notework operates in text mode on the screen and places its visual
  5. notification in the upper right corner as a text character. You may set a
  6. parameter to indicate that visual notification is also to be attempted when
  7. the user is in graphics mode.  The exact type of change will vary with the
  8. application that put the display into graphics mode; a horizontal line is a
  9. typical indicator. Set the VL parameter to control this option.
  10.  
  11. Setting         Meaning
  12.  
  13. VL=ON           Users in Graphics mode now see some sort of change
  14.                 in upper right corner when they receive a note.
  15. VL=OFF          There is no visible notification except in text mode.
  16.                 This is the default.
  17.  
  18. To set the parameter on a permanent basis for an individual user, edit that
  19. user's <username>.NWC file using your favorite text editor. Here are the
  20. steps:
  21. 1. Login as Supervisor.
  22. 2. Use the NWMBOX utility to obtain the path to the mailbox
  23.    directory for <username>.
  24. 3. Change directories to the path obtained in Step 2.
  25. 4. Edit the <username>.NWC file using the text editor of your choice. If the
  26.    file does not exist, then create it.
  27. 5. Check the file to see if the parameter is already set, in which case
  28.    change the value. If the parameter VL is not set, go to the bottom of
  29.    the file and add the line VL=<value>.
  30. 6. Save the file as an ASCII file.
  31. 7. The new value will take effect when that user unloads and reloads
  32.    Notework.  Use the REMOVENW utility to remove Notework from memory.
  33.  
  34. To set the parameter for all users who choose not to override it, place the
  35. appropriate VL=<value> line in the SYS.NWC file in the Notework system
  36. directory. 
  37.  
  38. For additional information on SYS.NWC and how to modify it, see
  39. the help topic "System-Wide Parameter Files".
  40. To disable visual notification entirely, see the help topic "Disabling
  41. Visual Notification".
  42.